Code Refactorings
Recent Changes
Introduce Parameter | Category: Code Refactorings | 7 January 2005 |
Introduce Explaining Variable | Category: Code Refactorings | 7 January 2005 |
Put the results of the expression, or parts of the expression, in a
temporary variable with a name that explains the purpose. |
Introduce Local Extension | Category: Code Refactorings | 7 January 2005 |
Create a new class that contains these extra methods. Make this extension
class either a subclass or a wrapper of the original. |
Introduce Field | Category: Code Refactorings | 7 January 2005 |
Pull Up Field | Category: Code Refactorings | 12 November 2004 |
Move a field to a superclass of the class in which it is currently
defined. |
Move Field | Category: Code Refactorings | 12 November 2004 |
Move a method to a different class. |
Pull Up Method | Category: Code Refactorings | 12 November 2004 |
Move a method to a superclass of the class in which it is currently
defined. |
Rename Method | Category: Code Refactorings | 12 November 2004 |
Change the name of the method. |
Move Method | Category: Code Refactorings | 12 November 2004 |
Move a method to a different class. |
Extract Class | Category: Code Refactorings | 14 April 2004 |
Inline Temp | Category: Code Refactorings | 14 April 2004 |
Replace all references to that temp with the expression. |
Copyright © 2003-2008 Gerard Meszaros all rights reserved